From 77a2a5ebbfaf3db1e399c580d9298867703aab93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Elio=20Petten=C3=B2?= Date: Thu, 3 Aug 2023 09:55:51 +0100 Subject: Include the encryption extra in the CI. This is required for mypy to pass. --- .github/workflows/pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index ef2cfe7..c27d37f 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -25,7 +25,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install dependencies run: | - pip install .[dev,tools] + pip install .[dev,tools,encryption] - name: Test with pytest run: | pytest -vvv --mypy -- cgit v1.2.3